home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / var / lib / dpkg / info / myspell-pt-pt.postinst < prev    next >
Encoding:
Text File  |  2010-06-17  |  687 b   |  27 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by installdeb-myspell
  4. SCRIPT="update-openoffice-dicts"
  5.  
  6. if [ "$1" = "configure" ]; then
  7.     if which $SCRIPT > /dev/null 2>&1; then
  8.         $SCRIPT
  9.     else
  10.         echo "Error: $SCRIPT not present or executable. Missing dependency on dictionaries-common?" >&2
  11.         exit 1
  12.     fi
  13. fi
  14. # End automatically added section
  15. # Automatically added by installdeb-hunspell
  16. SCRIPT="update-dictcommon-hunspell"
  17.  
  18. if [ "$1" = "configure" ] ; then
  19.     if which $SCRIPT > /dev/null 2>&1; then
  20.     $SCRIPT  
  21.     else
  22.     echo "Error: $SCRIPT not present or executable. Missing dependency on dictionaries-common?" >&2
  23.     exit 1
  24.     fi
  25. fi
  26. # End automatically added section
  27.